GoXam for WPF v3
ChangeDataValue Method (GraphLinksModelNodeData<NodeKey>)
Northwoods.GoXam.Model Namespace > GraphLinksModelNodeData<NodeKey> Class : ChangeDataValue Method
an edit describing the change to be performed
true if undoing; false if redoing
This method implements the IChangeDataValue interface, used to perform state changes for undo and redo.
Syntax
public virtual void ChangeDataValue( 
   ModelChangedEventArgs e,
   bool undo
)

Parameters

e
an edit describing the change to be performed
undo
true if undoing; false if redoing
Remarks
Unless you override this method to explicitly handle each property that you define, this implementation uses reflection to set the property.
See Also

Reference

GraphLinksModelNodeData<NodeKey> Class
GraphLinksModelNodeData<NodeKey> Members